﻿@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9991;
    transition: all .4s ease-in-out;
}

.Header-container {
    width: 1360px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Header-logo {
    float: left;
    position: relative;
    z-index: 9995;
    max-width: 300px;
    text-align: center;
    /*border-left: 1px solid #282828;
border-right: 1px solid #282828;*/
}

.Header-logo img {
    max-width: 100%;
    vertical-align: middle;
    /* height: 58px; */
}

.Header-logo a {
    height: 80px;
    line-height: 80px;
}

.Header-logos {
    display: block;
}

.Header-logoh {
    display: none;
}

.Header-logo:hover .Header-logos {
    display: none;
}

.Header-logo:hover .Header-logoh {
    display: block;
}

.Hlang-box {
    padding: 20px 0px;
    width: 140px;
    box-shadow: 1px 1px 10px #666;
    background: #fff;
    position: absolute;
    top: 80px;
    left: -30px;
    display: none;
}

.Hlang-box.ontrue {
    display: block;
}

/* .Hlang-box:before {	content: "";	display: block;	width: 0px;	height: 0px;	border-style: solid;	border-width: 0 8px 8px;	border-color: transparent transparent #fff transparent;	position: absolute;	top: -8px;	left: 50%;	margin: 0 0 0 -4px;} */
.Hlang-box a {
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px 5px 35px;
    background-repeat: no-repeat !important;
    background-position: 20px center !important;
}

.Hlang-box a:hover {
    color: #fff;
    background: #0062b2;
}

.Hlang-box a.zt-chinese {
    background-image: url('../images/icon-cn.png');
}

.Hlang-box a.zt-english {
    background-image: url('../images/icon-en.png');
}

.Hlang-box a.zt-spanish {
    background-image: url('../images/icon-sp.png');
}

/*搜索*/
.Header-search,
.Header-searclick {
    width: 50px;
    height: 80px;
    float: right;
    user-select: none;
    cursor: pointer;
    position: relative;
}

.Header-search {
    /*border-right: 1px solid #282828;*/
    background-color: #fff;
    padding-right: 8px;
}

.Header-searclick {
    background: url('../images/search.png') no-repeat center center;
}

.Header-searclick:hover {
    background: url('../images/searchh.png') no-repeat center center;
}

.Header-searwords {
    display: none;
    position: absolute;
    width: 360px;
    height: 44px;
    background-color: #fff;
    right: 0;
    top: 80px;
    padding-right: 44px;
    box-sizing: border-box;
    font-size: 0;
    border: 1px solid #ddd;
}

.Header-searwords input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 100%;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    color: #000;
    display: block;
    font-family: "微软雅黑"
}

.Header-searsubmit {
    width: 50px;
    height: 42px;
    cursor: pointer;
    display: inline-block;
    background: #fff url("../images/search.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    transition: all .3s linear;
}

.Header-searclick.ontrue {
    background: url('../images/icon-close.png') no-repeat center center;
}

.Header-lang {
    width: 50px;
    height: 80px;
    float: right;
    line-height: 80px;
    /*border-left: 1px solid #282828;*/
    padding-left: 8px;
    background-color: #fff;
    position: relative;
}

.Header-lang a {
    display: block;
}

.Header-lang i {
    display: block;
    width: 40px;
    height: 80px;
    background: #fff url('../images/ball.png') no-repeat center center;
}

.Header-lang:hover i {
    background: #fff url('../images/ballh.png') no-repeat center center;
}

.Header-show {
    float: right;
    height: 80px;
    /*padding: 0 10px;border-left: 1px solid #282828;*/
}

.Header-show ul li {
    float: left;
    width: 34px;
    line-height: 80px;
    text-align: center;
}

.Header-show ul li a {
    display: block;
}

.Header-show ul li i {
    font-size: 18px;
    color: #666;
    line-height: 80px;
}

.Header-show ul li:hover i {
    color: #f00;
}

.Header-navbar {
    /* float: right;
    font-size: 0; */
    margin-right: 30px;
}
.Header-navbar ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.Header-navbar ul li {
    display: inline-block;
    padding: 0 20px;
}
.Header-navbar ul li form{
    position: relative;
    /*overflow: hidden;*/
    /*border: 1px solid #000;*/
}
.Header-navbar ul li form button{
    position: absolute;
    right: 0;
    width: 48px;
    background-color: #000;
    cursor: pointer;
    height: 100%;
    color:#fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.Header-navbar ul li form input{
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    border:1px solid #000;
        border-radius: 4px;
}
.Header-Menu {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #333;
    display: block;
    border-bottom: 2px solid transparent;
}

.Header-Menu:hover {
    border-bottom: 2px solid #333;
    color: #333;
}

.Header-navbar ul li.ontrue .Header-Menu {
    border-color: #333;
}

.Header-sunNav {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 991;
    font-size: 0;
    border-top: 0px solid #e7e9ec;
    background: rgba(255, 255, 255, 0.86);
}

.Header-sunNavl {
    width: 840px;
    margin: 0 auto;
    padding: 40px 0;
}

.Header-sunNavl h6 {
    width: 31.333%;
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    color: #212121;
    margin-bottom: 10px;
    vertical-align: text-top;
}

.Header-sunNavl h6 a {
    display: block;
}

.Header-sunNavl h6 a:hover {
    color: #f00;
}

.Header-sunNavl h6 span {
    float: left;
    display: block;
    margin-right: 10px;
    line-height: 44px;
    width: 30px;
    text-align: center;
    user-select: none;
}

.Header-sunNavl h6 p {
    line-height: 20px;
    padding-left: 40px;
    font-size: 13px;
    color: #666;
    display: inline-block;
}

/* 手机下拉按钮 */
.Header-sunNavClick {
    display: none;
    position: absolute;
    width: 44px;
    height: 44px;
    right: 0;
    top: 0;
    z-index: 9996;
    background: url('../images/icon-dd1.png') no-repeat center center /16px auto;
}

.Header-sunNavClick.ontrue {
    transform: rotate(180deg);
}



/* 手机汉堡键 */
.Header-navclick {
    height: 80px;
    margin-right: 0%;
    cursor: pointer;
    float: right;
    user-select: none;
    display: none;
    width: 30px;
}

.Header-navclick span {
    width: 30px;
    height: 2px;
    background: #333;
    display: block;
    position: relative;
    margin-top: 29px;
    transition: all .2s linear;
}

.Header-navclick span:before,
.Header-navclick span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #333;
    display: block;
    left: 0;
    width: 100%;
    transition: all .2s linear;
}

.Header-navclick span:before {
    top: -8px;
}

.Header-navclick span:after {
    top: 8px;
}

.Header-navclick.ontrue span {
    -moz-animation: buttonAnimation 0.3s ease forwards;
    -webkit-animation: buttonAnimation 0.3s ease forwards;
    animation: buttonAnimation 0.3s ease forwards;
}

.Header-navclick.ontrue span:before {
    -moz-animation: buttonAnimationBefore 0.3s ease forwards;
    -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
    animation: buttonAnimationBefore 0.3s ease forwards;
}

.Header-navclick.ontrue span:after {
    -moz-animation: buttonAnimationAfter 0.3s ease forwards;
    -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
    animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        -ms-transform: translateY(0px) rotate(0);
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(8px) rotate(0);
        -ms-transform: translateY(8px) rotate(0);
        -webkit-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-8px) rotate(0);
        -ms-transform: translateY(-8px) rotate(0);
        -webkit-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

/* 底部 */
.Footer-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f0f0f0;
}

.Footer-container {
    width: 1360px;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    overflow: hidden;
}

.Footer-navbar {
    width: 72%;
    float: left;
    height: auto;
}

.Footer-navbar ul li {
    width: 16%;
    float: left;
    margin: 0 2%
}

.Footer-navclick {
    width: 100%;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.Footer-navclick h6 {
    font-size: 14px;
    color: #333;
    position: relative;
    font-weight: bold;
    line-height: 30px;
}

.Footer-navclick i {
    width: 44px;
    height: 30px;
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    background: url('../images/icon-dd1.png') no-repeat center center /14px auto;
}

.Footer-navclick i.ontrue {
    transform: rotate(180deg);
}

.Footer-navwords {
    width: 100%;
    overflow: hidden;
}

.Footer-navwords a {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    transition: all .3s ease-in-out;
}

.Footer-navwords a:hover {
    color: #f00;
}

.Footer-video-container {
    width: 28%;
    float: left;
}

.Footer-video {
    max-width: 250px;
    height: 126px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.Footer-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Footer-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    background: url('../images/video-play.png') no-repeat;
    width: 29px;
    height: 29px;
}

.Footer-video:hover i {
    animation: btn-pudding 1s ease both;
}

/* .Footer-video video{max-width: 100%;height: 126px;} */
.Footer-text-container {
    width: 100%;
    background-color: #212121;
    overflow: hidden;
}

.Footer-text {
    width: 1360px;
    margin: 0 auto;
}

.Footer-text p {
    float: left;
    font-size: 12px;
    color: #888;
    line-height: 54px;
}

.Footer-up {
    width: 70px;
    height: 54px;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
    background-color: #1d1d1d;
    text-align: center;
    line-height: 54px;
    float: right;
    cursor: pointer;
}

.Footer-up i {
    width: 70px;
    height: 54px;
    display: block;
    background: url('../images/footer-up.png') no-repeat center center;
}

.Footer-up i:hover {
    background: #f00 url('../images/footer-uph.png') no-repeat center center;
}



/* 中间+共用部分 */

.Container-wrapper {
    width: 100%;
    margin-top: 80px;
}

.center {
    width: 1360px;
    margin: 0 auto;
}

.contain {
    width: 1260px;
    margin: 0 auto;
}

/* 动效-果冻 */
@keyframes btn-pudding {
    0% {
        transform: scale(1.2, 0.8)
    }

    1% {
        transform: scale(1.18, 0.82)
    }

    2% {
        transform: scale(1.16, 0.84)
    }

    3% {
        transform: scale(1.13, 0.87)
    }

    4% {
        transform: scale(1.1, 0.9)
    }

    5% {
        transform: scale(1.07, 0.93)
    }

    6% {
        transform: scale(1.04, 0.96)
    }

    7% {
        transform: scale(1.01, 0.99)
    }

    8% {
        transform: scale(0.99, 1.01)
    }

    9% {
        transform: scale(0.97, 1.03)
    }

    10% {
        transform: scale(0.95, 1.05)
    }

    11% {
        transform: scale(0.94, 1.06)
    }

    12% {
        transform: scale(0.93, 1.07)
    }

    13% {
        transform: scale(0.93, 1.07)
    }

    14% {
        transform: scale(0.93, 1.07)
    }

    15% {
        transform: scale(0.93, 1.07)
    }

    16% {
        transform: scale(0.94, 1.06)
    }

    17% {
        transform: scale(0.94, 1.06)
    }

    18% {
        transform: scale(0.95, 1.05)
    }

    19% {
        transform: scale(0.96, 1.04)
    }

    20% {
        transform: scale(0.98, 1.02)
    }

    21% {
        transform: scale(0.99, 1.01)
    }

    22% {
        transform: scale(1, 1)
    }

    23% {
        transform: scale(1, 1)
    }

    24% {
        transform: scale(1.01, 0.99)
    }

    25% {
        transform: scale(1.02, 0.98)
    }

    26% {
        transform: scale(1.02, 0.98)
    }

    27% {
        transform: scale(1.02, 0.98)
    }

    28% {
        transform: scale(1.03, 0.97)
    }

    29% {
        transform: scale(1.03, 0.97)
    }

    30% {
        transform: scale(1.02, 0.98)
    }

    31% {
        transform: scale(1.02, 0.98)
    }

    32% {
        transform: scale(1.02, 0.98)
    }

    33% {
        transform: scale(1.02, 0.98)
    }

    34% {
        transform: scale(1.01, 0.99)
    }

    35% {
        transform: scale(1.01, 0.99)
    }

    36% {
        transform: scale(1.01, 0.99)
    }

    37% {
        transform: scale(1, 1)
    }

    38% {
        transform: scale(1, 1)
    }

    39% {
        transform: scale(1, 1)
    }

    40% {
        transform: scale(0.99, 1.01)
    }

    41% {
        transform: scale(0.99, 1.01)
    }

    42% {
        transform: scale(0.99, 1.01)
    }

    43% {
        transform: scale(0.99, 1.01)
    }

    44% {
        transform: scale(0.99, 1.01)
    }

    45% {
        transform: scale(0.99, 1.01)
    }

    46% {
        transform: scale(0.99, 1.01)
    }

    47% {
        transform: scale(0.99, 1.01)
    }

    48% {
        transform: scale(0.99, 1.01)
    }

    49% {
        transform: scale(1, 1)
    }
}

/*视频插件--视频窗口*/
.media-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    opacity: 0;
}

.media-modal .mediaModal-contain {
    width: 720px;
    height: 480px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -240px 0 0 -360px;
    display: none;
}

.mediaModal-contain .mediaModal-box,
.mediaModal-contain video,
.mediaModal-contain .mejs-container,
.mediaModal-contain .mejs-overlay-play,
.mediaModal-contain .mejs-poster,
.mediaModal-contain .mejs-layers,
.mediaModal-contain .mejs-overlay {
    width: 100% !important;
    height: 100% !important;
}

.mediaModal-contain .close {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/icon-close.png) no-repeat center center / cover;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.mediaModal-contain .close:hover {
    background: url(../images/icon-closeh.png) no-repeat center center / cover;
}

.mediaModal-contain:hover .close {
    opacity: 1;
}

@media all and (max-width:1000px) {
    .mediaModal-contain .close {
        opacity: 1;
    }

    .media-modal .mediaModal-contain {
        width: 94%;
        left: 3%;
        margin: -140px 0 0 0;
        height: 280px;
    }
}

/* 内页banner */
.sunban {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sunban img {
    width: 100%;
    object-fit: cover;
    min-height: 320px;
}

.sunban-words {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.sunban-words h6 {
    font-size: 52px;
    color: #fff;
    font-family: "impact";
    letter-spacing: 2px;
    opacity: 0;
    animation: sunbanH 1s ease both;
}

.sunban-words p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    opacity: 0;
    animation: sunbanP 1s ease both;
}

.sunban-words p span {
    display: inline-block;
}

.sunban-words p span:before,
.sunban-words p span:after {
    width: 16px;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.sunban-words p span:before {
    left: -24px;
}

.sunban-words p span:after {
    right: -24px;
}

.sunban-words.my p img {
    width: auto;
    object-fit: initial;
    min-height: auto;
}

.sunban-words.my p {
    margin: 0;
}

@keyframes sunbanH {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes sunbanP {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.sunban-box {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    user-select: none;
}

.sunban-menu {
    float: left;
    margin-left: -20px;
    font-size: 0;
}

.sunban-menu a {
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    position: relative;
    transition: all .4s ease;
}

.sunban-menu a:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 3px;
}

.sunban-menu a:last-child:after {
    display: none;
}

.sunban-menu a:before {
    display: none;
    content: "";
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/menuarr.png') no-repeat center bottom;
}

.sunban-menu a.ontrue:before {
    display: block;
}

.sunban-menu a:hover {
    color: #009ce1;
}

.sunban-menu a.ontrue {
    pointer-events: none;
}

.sunban-menu a.ontrue:hover {
    color: #fff;
}

.sunban-hint {
    float: right;
    font-size: 0;
}

.sunban-hint a,
.sunban-hint span {
    display: inline-block;
    height: 36px;
    font-size: 12px;
    color: #fff;
    position: relative;
    transition: all .4s ease;
}

.sunban-hint span {
    padding-left: 16px;
}

.sunban-hint span:after {
    content: "";
    width: 4px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 6px;
}

.sunban-hint a:hover {
    color: #009ce1;
}

/* 内页标题 */
.pubtitle {
    width: 100%;
    text-align: center;
}

.pubtitle h6 {
    font-size: 30px;
    color: #333;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "思源黑体", "Source Han Sans";
    padding-bottom: 20px;
    position: relative;
}

.pubtitle h6 span {
    margin-left: 10px;
    font-weight: 600;
}

.pubtitle h6:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/titline.png') no-repeat center bottom;
}

/* 产品菜单 */
.pro-list {
    width: 100%;
    text-align: center;
    height: 100px;
    background: linear-gradient(to bottom, #efefef, #ffffff);
}

.pro-list a {
    display: inline-block;
    width: 236px;
    height: 76px;
    line-height: 76px;
    border: 1px solid #ececec;
    border-top: 0px;
    margin: 0 8px;
    background-color: #fff;
    font-size: 16px;
    color: #383d42;
    font-weight: bold;
    vertical-align: top;
}

.pro-list a:hover {
    background-color: #faad2f;
    border-color: #faad2f;
    color: #fff;
}

.pro-list a.ontrue {
    height: 100px;
    line-height: 100px;
    background-color: #faad2f;
    border-color: #faad2f;
    color: #fff;
    box-shadow: 0 0 10px #faad2f;
    border-bottom: 0px;
}

/* --------------------------fullpage-PUB-box------------------------------- */
.fullpage-PUB-box {
    width: 100%;
    overflow: hidden;
}

.fullpage-PUB {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.fullpage-PUB a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-color: #f4f4f4;
    font-size: 16px;
    color: #555;
    margin: 0 6px;
    border-radius: 3px;
    vertical-align: middle;
}

.fullpage-PUB a:first-child {
    background: #f4f4f4 url('../images/page-prev.png') center center no-repeat;
}

.fullpage-PUB a:last-child {
    background: #f4f4f4 url('../images/page-next.png') center center no-repeat;
}

.fullpage-PUB a:hover {
    background-color: #555555;
    color: #fff;
}

.fullpage-PUB a.on {
    background-color: #555555;
    color: #fff;
}

.fullpage-PUB a:first-child:hover {
    background: #555555 url('../images/page-prevh.png') center center no-repeat;
}

.fullpage-PUB a:last-child:hover {
    background: #555555 url('../images/page-nexth.png') center center no-repeat;
}

@media all and (max-width:1000px) {
    .fullpage-PUB a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 3px;
    }
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

    /* 1440 × (900/1050) */
    .sunban-words h6 {
        font-size: 52px;
    }
}

@media all and (max-width:1439px) {

    /* 1360 × (768) */
    .Header-container {
        width: 92%;
    }
    .Header-logo{
        max-width:150px ;
    }
    .Header-Menu{
        font-size: 12px;
        white-space: nowrap;
    }
    .Footer-container {
        width: 92%;
    }

    .center {
        width: 92%;
    }

    .Footer-text {
        width: 92%;
    }

    .Header-navbar {
        margin-right: 0px;
    }

    .sunban-words h6 {
        font-size: 46px;
    }

    .Header-navbar ul li {
        padding: 0 16px;
    }
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    /* .Header-sunNavl{width: 92%;} */

    .Header-navbar {
        margin-right: 20px;
    }

    .contain {
        width: 92%;
    }

    .sunban-words h6 {
        font-size: 42px;
    }
}

@media all and (max-width:1279px) {

    /* 1152 × (864) */
    .Header-show {
        display: none;
    }

    .pro-list a {
        width: 210px;
    }
}

@media all and (max-width:1151px) {

    /* 1024 × (600/768) */
    .Header-navbar {
        margin-right: 10px;
    }

    .Header-navbar ul li {
        padding: 0 12px;
    }

    .sunban-words h6 {
        font-size: 38px;
    }

    .pubtitle h6 {
        font-size: 26px;
        padding-bottom: 18px;
    }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */
    .Container-wrapper {
        margin-top: 60px;
    }

    .Header-container {
        height: 60px;
    }
    .Header-container.clearFix:after,
    .Header-container.clearFix:before{
        display: none;
    }
    .Header-navbar ul{
        display: block;
    }
    .Header-navbar ul li form{
        display: none;
    }
    .wrap, .mwrap{
        padding: 0;
    }
    .Header-logo {
        height: 60px;
    }

    .Header-logo a {
        height: 60px;
        line-height: 60px;
    }

    /* .Header-logo a img {
        height: 34px;
    } */
    .Header-navclick {
        display: block;
    }

    .Header-navbarbox {
        display: none;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
    }

    .Header-navbar {
        width: 100%;
        margin-right: 0;
        height: auto;
        /*max-height: 450px;*/
        overflow-y: auto !important;
        background: #fff !important;
        border-top: 0px solid #f3f3f3;
    }

    .Header-navbar ul li {
        display: block;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0px;
    }

    .Header-Menu {
        width: 100%;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #333;
        font-weight: normal;
        margin: 0;
        padding: 0 3%;
    }

    .Header-navbar ul li.ontrue .Header-Menu {
        border-bottom: 0px;
        color: #009ce1;
    }

    .Header-sunNavClick {
        display: block;
    }

    .Header-sunNav {
        position: static;
        top: 0;
        left: 0;
        padding: 24px 0;
        margin-left: 0%;
        padding: 5px 0;
        background: #f7fafc !important;
    }

    .Header-sunNavl {
        width: 100%;
        padding: 0 3%;
    }

    /* .Header-sunNav a{text-align: left;padding: 0 3%;font-size: 14px;} */
    .Header-sunNavl h6 {
        width: 50%;
    }

    .Header-lang {
        height: 60px;
        line-height: 60px;
        position: static;
    }

    .Header-lang i {
        height: 60px;
    }

    .Hlang-box {
        top: 60px;
        margin-left: 0;
        width: 100%;
        left: 0;
    }

    .Header-search,
    .Header-searclick {
        height: 60px;
    }

    .Header-navclick {
        height: 60px;
        margin-left: 10px;
    }

    /*搜索*/
    .Header-search,
    .Header-searclick {
        height: 60px;
        float: right;
        user-select: none;
        cursor: pointer;
        position: relative;
    }

    .Header-search {
        width: 40px;
        height: 60px;
        position: static;
    }

    .Header-searclick {
        width: 40px;
        height: 60px;
        line-height: 60px;
    }

    .Header-searwords {
        display: none;
        position: absolute;
        width: 100%;
        height: 44px;
        background-color: #fff;
        right: 0;
        top: 60px;
        padding-right: 44px;
        box-sizing: border-box;
        font-size: 0;
        border: 0px;
        height: 44px;
    }

    .Header-searwords input {
        font-size: 14px;
    }

    /* 底部 */
    .Footer-container {
        padding: 20px 0;
    }

    .Footer-navbar {
        width: 100%;
        padding: 0 0 20px 0;
        margin-top: 0px;
    }

    .Footer-navbar ul li {
        width: 100%;
        margin: 0;
    }

    .Footer-navclick {
        height: 40px;
    }

    .Footer-navclick i {
        height: 40px;
    }

    .Footer-navclick h6 {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }

    .Footer-navwords a {
        font-size: 12px;
    }

    .Footer-navwords {
        margin-top: 0;
        display: none;
    }

    .Footer-navclick i {
        display: block;
    }

    .Footer-video-container {
        width: 100%;
    }

    .Footer-text-container {
        padding: 10px 0;
    }

    .Footer-text p {
        width: 100%;
        line-height: 24px;
        text-align: center;
    }

    .Footer-up {
        display: none;
    }

    .pro-list a {
        width: 24%;
        margin: 0;
        height: 50px;
        line-height: 50px;
        font-weight: normal;
    }

    .pro-list a.ontrue {
        height: auto;
        line-height: 50px;
    }

    .Header-sunNavl h6 p {
        display: none;
    }


}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */

    .Header-logo {
        width: auto;
        padding: 0 10px;
        border: 0px;
        background: none;
    }

    .Header-sunNavl h6 {
        width: 100%;
        margin-bottom: 0px;
    }

    .Header-sunNavl h6 span {
        margin-right: 10px;
    }

    .sunban-box .contain {
        overflow-x: auto;
    }

    .sunban-hint {
        display: none;
    }

    .sunban-menu {
        margin-left: 0;
        width: 3000px;
        float: none;
    }

    .sunban-menu a {
        display: block;
        float: left;
        font-size: 14px;
    }

    .sunban img {
        min-height: 280px;
    }

    .pubtitle h6 {
        font-size: 24px;
        padding-bottom: 16px;
    }

    .sunban-words h6 {
        font-size: 36px;
    }

    .sunban-words p {
        font-size: 18px;
    }

    .pro-list a {
        width: 50%;
        display: block;
        float: left;
        border-right: 0px;
    }

    .pro-list a.ontrue {
        box-shadow: 0 0 0;
        border-color: #ececec;
    }

    .pro-list .contain {
        width: 100%;
    }

    .Footer-video {
        max-width: initial;
        height: auto;
    }
}